TabStop Property

                          

Indicates whether an object can receive focus when the user tabs to it.

Syntax

object.TabStop [= Boolean]

The TabStop property syntax has these parts:

Part Description
object Required. A valid object.
Boolean Optional. Whether the object is a tab stop.

Settings

The settings for Boolean are:

Value Description
True Designates the object as a tab stop (default).
False Bypasses the object when the user is tabbing, although the object still holds its place in the actual tab order, as determined by the TabIndex property.